ViewVC Help
View Directory | Root Listing
root/i-scream/projects/libstatgrab/src/libstatgrab
File Last Change
 ../
swap_stats.c 1.25 (16 years ago) by tdb: Last argument to sysctl is an integer not a pointer. It should be set to 0 if the preceding argument is NULL.
statgrab_deprecated.c 1.2 (20 years ago) by tdb: Fix a couple of includes.
network_stats.c 1.80 (17 years ago) by tdb: When checking the interface up status check the link status as well. Suggested by: "Vassallo, Michelangelo (Michelangelo)" <vassallo@lucent.com>
cpu_stats.c 1.28 (15 years ago) by tdb: Linux version 2.5.41 or later provides iowait data in /proc/stat. Use it if it's available.
Makefile.am 1.35 (14 years ago) by tdb: Bump library version and NEWS 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.
memory_stats.c 1.36 (14 years ago) by tdb: Support larger amounts of memory on FreeBSD.
tools.h 1.26 (18 years ago) by tdb: Add WIN32 support via MINGW. We'll need to add stuff to the README file about what this requires to build. All the hard work done by: skel
process_stats.c 1.82 (17 years ago) by tdb: Fix process time_spent on Linux. Spotted by: Fred Barnes
vector.h 1.7 (20 years ago) by tdb: Add header block.
load_stats.c 1.19 (17 years ago) by tdb: Make sure we always close kstat. Spotted by: "Javier Donaire" <jyuyu@fraguel.org> (in load_stats.c)
tools.c 1.65 (16 years ago) by tdb: Update strlcat and strlcpy to latest OpenBSD versions. Remove last references to strcat and strcpy. Patch submitted by: David Love <david@homeunix.org.uk>
vector.c 1.9 (20 years ago) by tdb: Whitespace tidyup - change spaces to tabs.
statgrab.h 1.58 (18 years ago) by tdb: Nasty hack to make inclusion in C++ code easier. We seem to be getting regular reports of problems with C++, and this should fix them.
disk_stats.c 1.88 (14 years ago) by tdb: Make list of valid filesystem types dynamic on FreeBSD. Based on patch by Baptiste Daroussin.
win32.c 1.2 (18 years ago) by tdb: Apply fix to Win32 code. Patch by: "Tim Teulings" <rael@edge.ping.de>
os_info.c 1.24 (17 years ago) by tdb: Make sure we always close kstat. Spotted by: "Javier Donaire" <jyuyu@fraguel.org> (in load_stats.c)
page_stats.c 1.23 (18 years ago) by tdb: Add WIN32 support via MINGW. We'll need to add stuff to the README file about what this requires to build. All the hard work done by: skel
win32.h 1.1 (18 years ago) by tdb: Add WIN32 support via MINGW. We'll need to add stuff to the README file about what this requires to build. All the hard work done by: skel
error.c 1.17 (18 years ago) by tdb: Add WIN32 support via MINGW. We'll need to add stuff to the README file about what this requires to build. All the hard work done by: skel
user_stats.c 1.29 (14 years ago) by tdb: Support utmpx in user_stats as well as utmp.
0 directories and 21 files shown