summaryrefslogtreecommitdiff
path: root/sysdeps/common/fsusage.c
Commit message (Expand)AuthorAgeFilesLines
* Update old FSF address.Robert Roth2014-08-201-1/+1
* Fix filesystem read/write accounting on OpenBSDJasper Lievisse Adriaanse2011-06-221-1/+10
* Got rid of G_GNUC_INTERNAL.Benoît Dejean2007-05-311-2/+2
* Make sure avail <= free. Closes #406280.Benoît Dejean2007-02-101-1/+1
* * Add support for file system read and write counting (needed for the diskBenoît Dejean2005-02-281-0/+9
* Correct file system size calculations. Patch from marcus@freebsd.org (JoeBenoît Dejean2005-02-231-2/+3
* Fixed G_GNUC attribute usage. Replaced macro by inline function.Benoît Dejean2005-02-151-5/+11
* Turned all macros to functions. Marked everything as G_GNUC_PRINTF andBenoît Dejean2004-12-231-3/+4
* Fixed .block_size on Solaris.Benoît Dejean2004-09-241-1/+7
* Linux: Sanitize. Removed calls to obfuscated PROPAGATE_ALL_ONES(x) whichBenoît Dejean2004-09-221-10/+6
* Back to previous version.Benoît Dejean2004-09-201-13/+10
* : Added new flag. (_glibtop_get_fsusage_read_write): Changed prototype.Benoît Dejean2004-09-191-11/+22
* bumped to 2.8.1.Benoît Dejean2004-09-131-11/+11
* Added -gnu89 to CFLAGS.Benoît Dejean2004-08-091-15/+17
* Started implementation of read, write. Code should be splitted into archBenoît Dejean2004-07-171-0/+36
* Removed files.Benoît Dejean2004-06-121-30/+45
* set GLIBTOP_MAX_FSUSAGE properly, use gint in the headers instead of intBastien Nocera2004-03-161-18/+7
* fix build (we don't have "full-read.h" here)Bastien Nocera2004-03-091-2/+0
* Added block_size field. (Closes: #125049)Ole Laursen2004-03-091-128/+85
* - s/u_int64_t/guint64/Bastien Nocera2003-10-201-11/+11
* libgtop-GNOME-2-0-branch moved to HEAD.Carlos Perelló Marín2003-10-191-121/+109
* Install this as a backend.Martin Baulig2001-04-201-2/+2
* Don't call glibtop_init_s() anymore, this is deprecated.Martin Baulig2000-11-221-2/+0
* Started with the big rewrite for GNOME 2.0:Martin Baulig2000-11-201-2/+2
* True64 fix from Aron Griffis: we need to `#include <sys/bitypes.h>' here.Martin Baulig2000-02-241-0/+3
* Use `u_int64_t' arguments and return value to avoid long int overflows onlibgtop_latest_1_0_mergeMartin Baulig2000-01-201-11/+12
* The indentation in LibGTop was done with the following command:Martin Baulig1999-12-261-108/+110
* New static variable. (glibtop_get_fsusage_s): Return -1 on error;Martin Baulig1999-10-241-1/+10
* This is a very big an possibly breaking commit.Martin Baulig1999-10-241-1/+1
* Use glib-like function prototypes instead of "extern <function>Martin Baulig1999-02-181-2/+2
* Removed G_GNUC_UNUSED.Martin Baulig1998-10-061-1/+1
* G_GNUC_UNUSED fun and other compiler warnings ...Martin Baulig1998-10-031-1/+1
* New file.Martin Baulig1998-07-221-1/+28
* Initial revisionMartin Baulig1998-07-061-0/+274