Files
libgtop/sysdeps/common
Benoît Dejean 4de267e394 Removed, replaced by ISO strtoull. (fstype_to_string): Cleaned.
* mountlist.c: (xatoi) Removed, replaced by ISO strtoull.
	(fstype_to_string): Cleaned.
	(read_filesystem_list) : Changed prototype. Cleaned and secured.
	Replaced broken free by g_free.
	(ignore_mount_entry): Added.
	(glibtop_get_mountlist_s): Cleaned. Better allocation algorithm.
	@all_fs has now a real meaning, see the documentation.
2004-06-12 12:48:37 +00:00
..
1999-02-19 22:01:11 +00:00
2003-10-20 20:12:28 +00:00
2004-06-09 18:52:22 +00:00
2004-06-09 18:52:22 +00:00
2004-06-09 18:52:22 +00:00
2004-06-09 18:52:22 +00:00
2004-06-09 18:52:22 +00:00
2004-03-09 23:29:48 +00:00

The files fsusage.c and fsusage.h have been stolen from the GNU
Coreutils package (version 5.0) and are the actual implementation of
the fsusage function.

The only changes that have been made to these files is that some code
for SVR2 has been ripped out since it depended on some more code (SVR3
was released in 1986 and introduced shared libraries), and the
functions have been prefixed with glibtop_private to avoid name
clashes with user code.