2001-04-21 Martin Baulig * Makefile.am: Install this as a backend. * libgtop-common.backend, backend.c: New files. * inodedb.c: Removed; moved to ~/lib. 2000-11-22 Martin Baulig * error_suid.c: New file, formerly known as error.c. * fsusage.c, moutlist.c: Don't call glibtop_init_s() anymore, this is deprecated. * Makefile.am: Don't install libgtop_common.la 2000-02-24 Martin Baulig * fsusage.c: True64 fix from Aron Griffis: we need to `#include ' here. 2000-01-20 Martin Baulig * fsusage.c (adjust_blocks): Use `u_int64_t' arguments and return value to avoid long int overflows on machines with large disks. * fsusage.h (struct fs_usage): Use `u_int64_t' here as well. 1999-10-24 Martin Baulig * fsusage.c (_glibtop_sysdeps_fsusage): New static variable. (glibtop_get_fsusage_s): Return -1 on error; otherwise set the features and return 0. * xmalloc.c: Use glib's malloc functions when compiled with LIBGTOP_USE_GLIB_MALLOC. * xmalloc_suid.c: New file.