Files
libgtop/sysdeps/kernel/ChangeLog
Martin Baulig ac0cce9d6f Distinguish between GLIBTOP_ERROR_NO_KERNEL_SUPPORT and
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.
1999-12-22 12:59:36 +00:00

25 lines
820 B
Plaintext

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.