summaryrefslogtreecommitdiff
path: root/sysdeps/linux/fsusage.c
Commit message (Expand)AuthorAgeFilesLines
* Remove useless/meaningless calls to glibtop_init_[prs]() with sysdeps/{freebs...Benoit Dejean2015-08-081-1/+0
* Log error on statvfs failure.Robert Roth2013-12-091-1/+2
* fsusage: Fix fetching rootfs stats on Fedora 17Cole Robinson2013-01-281-0/+4
* Don't printf a string directly but use %s insteadChristian Persch2009-05-081-1/+1
* Fixed potential memory leak.Benoît Dejean2009-01-081-6/+6
* Fixed I/O stats so it works for unpartionned devices (e.g. cdrom).Benoît Dejean2008-06-221-41/+45
* Handle new /sys/block/.../stat format for linux >= 2.6.25.Benoît Dejean2008-06-221-4/+36
* Implemented a linux-only fsusage sysdeps.Benoît Dejean2007-10-171-9/+40
* Added a bufsiz argument to file_to_buffer().Benoît Dejean2007-08-261-1/+1
* Got rid of G_GNUC_INTERNAL.Benoît Dejean2007-05-311-2/+2
* Fixed stat parsing for md devices. Patch by Martin BaileyBenoît Dejean2007-03-131-12/+14
* remove unused file.James Henstridge2005-12-121-0/+1
* Removed a g_return_if_fail.Benoît Dejean2005-03-291-1/+2
* Fixed G_GNUC attribute usage.Benoît Dejean2005-02-151-2/+1
* Reworked. Should works with IDE, SCSI. DM support is ready, but i don'tBenoît Dejean2005-01-131-45/+75
* Marked private functions G_GNUC_INTERNAL.Benoît Dejean2004-12-231-6/+9
* Added Added RemovedBenoît Dejean2004-11-281-0/+2
* Back to previous version.Benoît Dejean2004-09-201-15/+10
* Updated to match new prototype.Benoît Dejean2004-09-191-11/+18
* Added -gnu89 to CFLAGS.Benoît Dejean2004-08-091-1/+3
* Added to repository. WIP.Benoît Dejean2004-07-171-0/+101