ViewVC Help
View Directory | Root Listing
root/i-scream/projects/libstatgrab/src/libstatgrab
File Last Change
 ../
swap_stats.c 1.21 (19 years ago) by ats: Use sg_set_error_with_errno whenever errno's valid. Change the one user of SG_ERROR_ENOENT to SG_ERROR_SYSCTL instead (since that's what it should have been).
network_stats.c 1.69 (19 years ago) by ats: Use sg_set_error_with_errno whenever errno's valid. Change the one user of SG_ERROR_ENOENT to SG_ERROR_SYSCTL instead (since that's what it should have been).
cpu_stats.c 1.24 (19 years ago) by ats: Use sg_set_error_with_errno whenever errno's valid. Change the one user of SG_ERROR_ENOENT to SG_ERROR_SYSCTL instead (since that's what it should have been).
memory_stats.c 1.29 (19 years ago) by ats: getpagesize() cannot fail.
process_stats.c 1.74 (19 years ago) by ats: Use sg_set_error_with_errno whenever errno's valid. Change the one user of SG_ERROR_ENOENT to SG_ERROR_SYSCTL instead (since that's what it should have been).
tools.c 1.56 (19 years ago) by ats: Use sg_set_error_with_errno whenever errno's valid. Change the one user of SG_ERROR_ENOENT to SG_ERROR_SYSCTL instead (since that's what it should have been).
statgrab.h 1.53 (19 years ago) by ats: Remove extraneous consts.
disk_stats.c 1.72 (19 years ago) by ats: Use sg_set_error_with_errno whenever errno's valid. Change the one user of SG_ERROR_ENOENT to SG_ERROR_SYSCTL instead (since that's what it should have been).
os_info.c 1.19 (19 years ago) by ats: Use sg_set_error_with_errno whenever errno's valid. Change the one user of SG_ERROR_ENOENT to SG_ERROR_SYSCTL instead (since that's what it should have been).
page_stats.c 1.22 (19 years ago) by ats: Use sg_set_error_with_errno whenever errno's valid. Change the one user of SG_ERROR_ENOENT to SG_ERROR_SYSCTL instead (since that's what it should have been).
error.c 1.15 (19 years ago) by ats: Remove extraneous consts.
user_stats.c 1.26 (19 years ago) by ats: Use sg_set_error_with_errno whenever errno's valid. Change the one user of SG_ERROR_ENOENT to SG_ERROR_SYSCTL instead (since that's what it should have been).
statgrab_deprecated.c 1.2 (20 years ago) by tdb: Fix a couple of includes.
Makefile.am 1.26 (19 years ago) by tdb: Update NEWS and library version for next release.
statgrab_deprecated.h 1.1 (20 years ago) by tdb: Add compatibility code. This provides a working pre-0.10 API for old applications. To use simply change the #include line to: #define SG_ENABLE_DEPRECATED #include <statgrab.h> This can be disabled at build time completely using --disable-deprecated.
tools.h 1.24 (20 years ago) by tdb: Shift a bunch of parsing functions to be linux/cygwin only. Prompted by a regex related compile error on FreeBSD (we don't use regex's on FreeBSD).
vector.h 1.7 (20 years ago) by tdb: Add header block.
load_stats.c 1.15 (20 years ago) by tdb: The rest of the error handling stuff (except the vector code). I've been extremely unimaginative with the string names in error.c, but they're all in one place so much easier to tidy up. I'm also beginning to wonder if we actually needed an SG_ERROR_SYSTEM_CALL to indicate some call into the system failed - because the majority of our errors are those :-) Still to do, then: - vector code - better string names in error.c - deal with arg string in some way - make use of the error status in statgrab/saidar/examples
vector.c 1.9 (20 years ago) by tdb: Whitespace tidyup - change spaces to tabs.
0 directories and 19 files shown