Files
libgtop/sysdeps/kernel/ChangeLog
Martin Baulig e9c8125828 Removed.
2000-01-24  Martin Baulig  <martin@home-of-linux.org>

	* interfaces.c, netinfo.c: Removed.
2000-01-24 01:38:23 +00:00

55 lines
1.7 KiB
Plaintext

2000-01-24 Martin Baulig <martin@home-of-linux.org>
* interfaces.c, netinfo.c: Removed.
2000-01-23 Martin Baulig <martin@home-of-linux.org>
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_<feature>' constants
with `GLIBTOP_IMPL_<feature>' ones; they're used in marshal.c to
find out which features this backend implements.
* *.c: Renamed all `glibtop_get_<feature>_s' functions to
`glibtop_get_<feature>_k' and all `glibtop_init_<feature>_s' ones
to `glibtop_init_<feature>_k'.
1999-12-22 Martin Baulig <martin@home-of-linux.org>
* 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 <martin@home-of-linux.org>
* sysinfo.c: Copied from the Linux sysdeps directory.
1999-03-21 Martin Baulig <martin@home-of-linux.org>
Imported new sysctl () based interface to the Linux Kernel.
* procdata.c: This file handles all interaction with the kernel.