53 lines
1.4 KiB
Plaintext
53 lines
1.4 KiB
Plaintext
2004-06-13 Benoît Dejean <tazforever@dlfp.org>
|
|
|
|
* sysinfo.c: Added missing const qualifier.
|
|
|
|
2004-06-06 Benoît Dejean <tazforever@dlfp.org>
|
|
|
|
* 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-05-25 Benoît Dejean <tazforever@dlfp.org>
|
|
|
|
* uptime.c: (glibtop_get_uptime_p): Added boot_time.
|
|
|
|
2004-03-09 Bastien Nocera <hadess@hadess.net>
|
|
|
|
* procargs.c: (glibtop_get_proc_args_s): fix g_malloc usage on non-Linux
|
|
platforms (patch by Benoit Dejean <bnet@ifrance.com>)
|
|
|
|
2003-10-21 Bastien Nocera <hadess@hadess.net>
|
|
|
|
* Makefile.am: install only one library, libgtop-2.0
|
|
Fix build-time warnings due to the redefinition of guint64
|
|
|
|
2003-10-20 Bastien Nocera <hadess@hadess.net>
|
|
|
|
* procsignal.c: (glibtop_get_proc_signal_s): s/u_int64_t/guint64/
|
|
|
|
2003-10-20 Bastien Nocera <hadess@hadess.net>
|
|
|
|
* glibtop_machine.h:
|
|
* glibtop_server.h:
|
|
* glibtop_suid.h:
|
|
* procargs.c:
|
|
* proclist.c:
|
|
* procmap.c:
|
|
* utils.c:
|
|
* utils.h: fixed compilation
|
|
|
|
2003-10-20 Bastien Nocera <hadess@hadess.net>
|
|
|
|
* procargs.c: (glibtop_get_proc_args_s):
|
|
* proclist.c: (glibtop_get_proclist_s):
|
|
replace all the xmalloc crap by glib memory management functions
|
|
|
|
2003-10-20 Bastien Nocera <hadess@hadess.net>
|
|
|
|
* .cvsignore: added
|
|
|
|
2002-09-24 Laurent Vivier <Laurent.Vivier@bull.net>
|
|
|
|
* Create sysdeps/aix (from stub)
|