2000-01-24 Martin Baulig * interfaces.c, netinfo.c: Removed. 2000-01-23 Martin Baulig This is now a LibGTop backend which can be loaded additionally to the normal Linux sysdeps code. * open.c, close.c: Removed. * shm_limits.c, msg_limits.c, sem_limits.c, ppp.c: Removed. * siglist.c, sysinfo.c: Removed. * backend-kernel.c: New file. * glibtop-backend-private.h: New file. * libgtop-kernel.backend: New file. * backend-kernel.pl: New file. Automatically creates `backend-kernel.h'. * marshal.pl: New file. Automatically creates `marshal.c'. * glibtop_server.h: Replaced all `GLIBTOP_SUID_' constants with `GLIBTOP_IMPL_' ones; they're used in marshal.c to find out which features this backend implements. * *.c: Renamed all `glibtop_get__s' functions to `glibtop_get__k' and all `glibtop_init__s' ones to `glibtop_init__k'. 1999-12-22 Martin Baulig * procdata.c: Distinguish between GLIBTOP_ERROR_NO_KERNEL_SUPPORT and GLIBTOP_ERROR_NO_SUCH_PROCESS. * procdata.c (glibtop_get_proc_data_proc_state_s): Return -GLIBTOP_ERROR_NO_SUCH_PROCESS if the process doesn't exist. (glibtop_get_proc_data_proc_mem_s): Likewise. (glibtop_get_proc_data_proc_signal_s): Likewise. (glibtop_get_proc_data_proc_kernel_s): Likewise. (glibtop_get_proc_data_proc_args_s): Likewise. (glibtop_get_proc_data_proc_maps_s): Likewise. 1999-04-09 Martin Baulig * sysinfo.c: Copied from the Linux sysdeps directory. 1999-03-21 Martin Baulig Imported new sysctl () based interface to the Linux Kernel. * procdata.c: This file handles all interaction with the kernel.