summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Released 2.13.3.LIBGTOP_2_13_3Benoît Dejean2006-01-233-1/+13
| | | | | | | * configure.in: * NEW: Released 2.13.3.
* I can't believe i've been so stupid :) Uses smaps if linux > 2.6.14.Benoît Dejean2006-01-232-2/+12
| | | | | | | * procmap.c: (glibtop_get_proc_map_s): I can't believe i've been so stupid :) Uses smaps if linux > 2.6.14.
* /me stupid. Revert last commit. SorryBenoît Dejean2006-01-0268-2243/+2245
|
* Updated.Benoît Dejean2006-01-0269-2246/+2244
|
* Released 2.13.2.LIBGTOP_2_13_2Benoît Dejean2006-01-023-1/+12
| | | | | | | * NEWS: * configure.in: Released 2.13.2.
* add quotes around symbol definition.James Henstridge2006-01-022-1/+5
| | | | | | 2006-01-02 James Henstridge <james@jamesh.id.au> * configure.in (LT_VERSION_INFO): add quotes around symbol definition.
* Released 2.13.1.LIBGTOP_2_13_1Benoît Dejean2005-12-153-1/+14
| | | | | | | * configure.in: * NEWS: Released 2.13.1.
* Improved example.Benoît Dejean2005-12-152-3/+24
| | | | | | * proclist.c: (print_pids), (main): Improved example.
* Fixed when which == GLIBTOP_KERN_PROC_UID. Closes #324055.Benoît Dejean2005-12-152-1/+18
| | | | | | | * proclist.c: (glibtop_get_proclist_s): Fixed when which == GLIBTOP_KERN_PROC_UID. Closes #324055.
* Implemented server->real_ncpu. Add a warning to display ncpu and real_ncpuBenoît Dejean2005-12-142-6/+17
| | | | | | | * open.c: (glibtop_open_s): Implemented server->real_ncpu. Add a warning to display ncpu and real_ncpu on open.
* Released 2.13.0.LIBGTOP_2_13_0Benoît Dejean2005-12-132-0/+15
| | | | | | * NEWS: Released 2.13.0.
* Fixed server->ncpu usage (SMP handling). Need more testing.Benoît Dejean2005-12-136-12/+64
| | | | | | | | | | * 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.
* Implemented smap support. Closes #320710.Benoît Dejean2005-12-122-4/+87
| | | | | | | * procmap.c: (add_smaps), (glibtop_get_proc_map_s): Implemented smap support. Closes #320710.
* Improved so that it doesn't stat(2) every /proc/<PID>/.Benoît Dejean2005-12-122-9/+10
| | | | | | * proclist.c: (glibtop_get_proclist_s): Improved so that it doesn't stat(2) every /proc/<PID>/.
* Added quick example for glibtop_get_proclist() and updated procmap exampleBenoît Dejean2005-12-125-1/+55
| | | | | | | | | | * .cvsignore: * Makefile.am: * proclist.c: (main): * procmap.c: (main): Added quick example for glibtop_get_proclist() and updated procmap example to display smap.
* remove unused file.James Henstridge2005-12-12233-546/+407
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* Increased GLIBTOP_NCPU to 32. Added real_ncpu to struct glibtop. AddedBenoît Dejean2005-12-095-7/+37
| | | | | | | | | | | | | | * 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.
* Dropped unused file and updated documentation.GNOME_2_12_ANCHORBenoît Dejean2005-12-083-65/+10
| | | | | | | * doc/reference.texi: * include/glibtop/limits.h: Dropped unused file and updated documentation.
* Bumped version number.Benoît Dejean2005-12-072-1/+7
| | | | | | * configure.in: Bumped version number.
* Small improvements. Use g_array_sized_new instead of g_array_new withBenoît Dejean2005-12-072-13/+42
| | | | | | | | | | | | | | | * 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).
* Added 'th' (Thai) to ALL_LINGUAS. Added Thai translation.Theppitak Karoonboonyanan2005-12-044-1/+217
| | | | | | | 2005-12-04 Theppitak Karoonboonyanan <thep@linux.thai.net> * configure.in: Added 'th' (Thai) to ALL_LINGUAS. * po/th.po: Added Thai translation.
* Released 2.12.2. No 2.12.1.LIBGTOP_2_12_2Benoît Dejean2005-11-293-1/+14
| | | | | | | | * NEWS: * configure.in: Released 2.12.2. No 2.12.1.
* Added 'ky' to ALL_LINGUAS.Timur Jamakeev2005-11-174-1/+219
| | | | | | 2005-11-17 Timur Jamakeev <timurj@cvs.gnome.org> * configure.in: Added 'ky' to ALL_LINGUAS.
* Translation updated by Ivar Smolin.Priit Laes2005-11-162-17/+25
| | | | | | 2005-11-16 Priit Laes <plaes@cvs.gnome.org> * et.po: Translation updated by Ivar Smolin.
* Dropped many dead files. Bumped release number. I guess this closesBenoît Dejean2005-10-3012-1294/+19
| | | | | | | | | | | | | | | | | | * 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.
* Removed 1 g_return_*.Benoît Dejean2005-10-292-1/+10
| | | | | | * glibtop_private.c: (read_boot_time): Removed 1 g_return_*.
* Added Kurdish translationErdal Ronahi2005-10-284-1/+217
|
* Reverted unauthorized changes made by user 'kloczek'.Christian Rose2005-10-022-14/+1008
| | | | | | | 2005-10-03 Christian Rose <menthos@menthos.com> * sv.po: Reverted unauthorized changes made by user 'kloczek'.
* Added entry for Bengali (bn) Translation updation:10/01Runa Bhattacharjee2005-10-011-0/+4
|
* Updated Bengali (bn) Translaion:10/01Runa Bhattacharjee2005-10-011-78/+1089
|
* s/charset=utf-8/charset=UTF-8/Tomasz Kłoczko2005-09-252-2/+2
|
* remove outdated strings and run "make update-po".Tomasz Kłoczko2005-09-2565-46413/+1605
|
* Updated Basque translation.Inaki Larranaga2005-09-082-1106/+822
| | | | | | 2005-09-08 Inaki Larranaga <dooteo@euskalgnu.org> * eu.po: Updated Basque translation.
* Released 2.12.0.LIBGTOP_2_12_0Benoît Dejean2005-09-043-2/+13
| | | | | | | * NEWS: * configure.in: Released 2.12.0.
* Fixed some typos and strings.Josep Puigdemont i Casamajó2005-09-031-19/+19
|
* Updated Welsh TranslationTelsa Gwynne2005-08-292-1105/+819
|
* Hum hum, it's better if release number is 2.11.92 too.LIBGTOP_2_11_92Benoît Dejean2005-08-222-1/+7
| | | | | | * configure.in: Hum hum, it's better if release number is 2.11.92 too.
* Released 2.11.92.Benoît Dejean2005-08-222-0/+12
| | | | | | * NEWS: Released 2.11.92.
* Updated Romanian translation by Misu Moldovan <dumol@gnome.ro>Mugurel Tudor2005-08-212-966/+62
| | | | | | | 2005-08-22 Mugurel Tudor <mugurelu@gnome.ro> * ro.po: Updated Romanian translation by Misu Moldovan <dumol@gnome.ro>
* Do not add irq, softirq and iowait to idle.Benoît Dejean2005-08-152-11/+15
| | | | | | * cpu.c: (glibtop_get_cpu_s): Do not add irq, softirq and iowait to idle.
* Added missing includes. Added missing GLIBTOP_SUID_NETLIST.Benoît Dejean2005-08-125-0/+14
| | | | | | | | | | * glibtop_server.h: * open.c: * open_suid.c: * procdata.c: Added missing includes. Added missing GLIBTOP_SUID_NETLIST.
* Released 2.11.91.LIBGTOP_2_11_91Benoît Dejean2005-08-072-0/+14
| | | | | | * NEWS: Released 2.11.91.
* Removed static examples.Benoît Dejean2005-08-033-91/+8
| | | | | | | * configure.in: * examples/Makefile.am: Removed static examples.
* Reworked a bit. Warn on 2.6 without /sys.Benoît Dejean2005-08-032-16/+24
| | | | | | | * open.c: (set_linux_version), (glibtop_open_s): Reworked a bit. Warn on 2.6 without /sys.
* Fixed for people running 2.6 without /sys.Benoît Dejean2005-08-032-2/+10
| | | | | | * netload.c: (glibtop_get_netload_s): Fixed for people running 2.6 without /sys.
* Fix a C formatting string translation.Dave Neary2005-08-032-2/+6
| | | | | | 2005-08-02 Dave Neary <bolsh@gimp.org> * tr.po: Fix a C formatting string translation.
* Moved _glibtop_init_hook_[sp] declaration to private glibtop/init_hooks.h.Benoît Dejean2005-08-0214-23/+61
| | | | | | | | | | | | | | | | | | | | | * 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.
* Added GLIBTOP_SUID_NETLIST.Benoît Dejean2005-08-022-0/+7
| | | | | | * glibtop_server.h: Added GLIBTOP_SUID_NETLIST.
* Added pprint_get_proc_kernel(pid).Benoît Dejean2005-08-022-7/+37
| | | | Fixed prototypes.
* Updated Bulgarian translation by Alexander Shopov <ash@contact.bg>Alexander Shopov2005-07-282-4/+9
| | | | | | | 2005-06-28 Alexander Shopov <ash@contact.bg> * bg.po: Updated Bulgarian translation by Alexander Shopov <ash@contact.bg>