2004-06-13 Benoît Dejean * sysinfo.c: Added missing const qualifier. 2004-06-06 Benoît Dejean * proclist.c: (glibtop_get_proclist_s): Used g_memdup. 2004-05-25 Benoît Dejean * sem_limits.c: * shm_limits.c: * swap.c: Added missing const qualifiers. * uptime.c: (glibtop_get_uptime_s): Cleaned up. Added boot_time. 2004-03-09 Bastien Nocera * proclist.c: (glibtop_get_proclist_s): fix g_malloc usage on non-Linux platforms (patch by Benoit Dejean ) 2003-10-21 Bastien Nocera * Makefile.am: install only one library, libgtop-2.0 Fix build-time warnings due to the redefinition of guint64 2003-10-20 Bastien Nocera * glibtop_private.h: s/u_int64_t/guint64/ 2003-10-20 Bastien Nocera * glibtop_private.h: * glibtop_server.h: * kernel.h: * procargs.c: * proclist.c: * procmap.c: fixed compilation 2003-10-20 Bastien Nocera * proclist.c: (glibtop_get_proclist_s): replace all the xmalloc crap by glib memory management functions 2001-10-17 Abel Cheung * Makefile.am: move header to $(includedir)/libgtop-1.0/glibtop. 1998-10-26 Martin Baulig * netload.c: New file. Currently empty. 1998-10-26 Martin Baulig * procargs.c: New file. Currently empty. 1998-10-25 Martin Baulig * ppp.c: New file. Currently empty. 1998-06-14 Martin Baulig * kernel.s: New file - declaration of the table () function via _syscall3 (); due to a bug in egcs, we cannot put this into a C file. 1998-06-13 Martin Baulig The code in this directory fetches all information directly from the kernel. It uses the new table () system call from the `kernel' directory.