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
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
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
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
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
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
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
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
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
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
ac2b8285ab
Added missing initializer.
...
* lib/init.c: Added missing initializer.
2004-06-12 12:50:01 +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
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
bc4a882c4a
Converted to UTF-8.
...
* ChangeLog: Converted to UTF-8.
2004-05-28 05:30:39 +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
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
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
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
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
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
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
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
Kevin Vandersloot
aac28131d8
2004-02-07 Kevin Vandersloot
...
* configure.in: release 2.5.1
2004-02-15 19:13:05 +00:00
Frédéric Crozat
a3c4323de4
Move entries between Changelog..
2004-02-11 15:30:38 +00:00
Sebastien Bacher
a046e42f3f
patch from Benot Dejean <bnet@ifrance.com> to fix libtop_mem.used and
...
2004-02-02 Sebastien Bacher <seb128@debian.org >
* sysdeps/linux/mem.c: (glibtop_get_mem_s): patch from
Benot Dejean <bnet@ifrance.com > to fix libtop_mem.used
and glibtop_mem.shared values (Closes : #129863 ).
2004-02-02 20:02:02 +00:00
Jonathan Blandford
d9aca3dd2c
Should be -lgtop-2.0, #130506
...
Wed Jan 7 02:23:28 2004 Jonathan Blandford <jrb@gnome.org >
* libgtop-2.0.pc.in: Should be -lgtop-2.0, #130506
2004-01-07 07:27:53 +00:00
Frédéric Crozat
49aa40e524
License is GPL, not LGPL.
...
* libgtop.spec.in: License is GPL, not LGPL.
2004-01-05 14:04:14 +00:00
Malcolm Tredinnick
955b2d5c82
Include -lgtop in the linking flags. Bug #130506 .
...
* libgtop-2.0.pc.in: Include -lgtop in the linking flags.
Bug #130506 .
2004-01-04 21:57:08 +00:00
Denis Lackovic
e8d4ffed34
*** empty log message ***
2004-01-03 18:34:25 +00:00
Bastien Nocera
f93de2fd0b
remove linking to libgtop and checks for 64-bit integer bytes (fixes
...
2003-12-22 Bastien Nocera <hadess@hadess.net >
* acinclude.m4:
* configure.in: remove linking to libgtop and checks for 64-bit
integer bytes (fixes warning on build on glib 2.0 systems)
2003-12-22 22:55:40 +00:00
Zygimantas Berucka
fc130166dd
Added "lt" to ALL_LINGUAS. Added Lithuanian translation.
...
2003-11-02 Zygimantas Berucka <uid0@tuxfamily.org >
* configure.in: Added "lt" to ALL_LINGUAS.
* po/lt.po: Added Lithuanian translation.
2003-11-02 11:29:00 +00:00
Bastien Nocera
31133cc3dc
install only one library, libgtop-2.0 Fix build-time warnings due to the
...
2003-10-21 Bastien Nocera <hadess@hadess.net >
* Makefile.am:
* configure.in:
* src/inodedb/.cvsignore:
* sysdeps/names/Makefile.am:
install only one library, libgtop-2.0
Fix build-time warnings due to the redefinition of guint64
2003-10-21 21:21:28 +00:00
Bastien Nocera
58b323cfab
apply patch for ngettext support by Christian Neumair <chris@gnome-de.org>
...
2003-10-20 Bastien Nocera <hadess@hadess.net >
* lib/read.c: (glibtop_read_l):
* lib/read_data.c: (glibtop_read_data_l):
* lib/write.c: (glibtop_write_l): apply patch for ngettext support
by Christian Neumair <chris@gnome-de.org >
2003-10-20 21:33:01 +00:00
Bastien Nocera
07d991f383
Apply patch by the_h1ghlander@yahoo.com and Cory Omand
...
2003-10-20 Bastien Nocera <hadess@hadess.net >
* include/glibtop/cpu.h:
* include/glibtop/procstate.h:
* include/glibtop/procuid.h:
* include/glibtop/uptime.h:
* lib/sysdeps.c:
* sysdeps/names/cpu.c:
* sysdeps/names/procstate.c:
* sysdeps/names/procuid.c:
* sysdeps/names/uptime.c: Apply patch by the_h1ghlander@yahoo.com and
Cory Omand <cory.omand@Sun.com > for Solaris support
2003-10-20 21:27:31 +00:00
Bastien Nocera
10305e7fd0
link to libgtop_suid_common-2.0.la ( Closes : #107990 )
...
2003-10-20 Bastien Nocera <hadess@hadess.net >
* src/inodedb/Makefile.am: link to libgtop_suid_common-2.0.la
(Closes : #107990 )
2003-10-20 20:47:58 +00:00
Bastien Nocera
b2283f7c79
- s/u_int64_t/guint64/
2003-10-20 20:12:28 +00:00
Bastien Nocera
ac8f958305
fix distchecking, release 2.5.0
...
2003-10-20 Bastien Nocera <hadess@hadess.net >
* Makefile.am: fix distchecking, release 2.5.0
2003-10-20 16:33:13 +00:00
Bastien Nocera
40a615e1df
fix the library versioning to be hand-made rather than uber-calculated
...
2003-10-20 Bastien Nocera <hadess@hadess.net >
* configure.in: fix the library versioning to be hand-made rather
than uber-calculated from some esoteric numbers
2003-10-20 16:11:07 +00:00
Bastien Nocera
b67e4c7f7d
- fixed compilation
2003-10-20 15:20:16 +00:00
Bastien Nocera
ba36a20cb8
- replace all the xmalloc crap by glib memory management functions
2003-10-20 13:55:44 +00:00