summaryrefslogtreecommitdiffstats
path: root/libc/misc/statfs
Commit message (Expand)AuthorAgeFilesLines
* Peter Kjellerstedt writes:Eric Andersen2003-10-181-1/+1
* Ok, this commit is _huge_ and its gonna change the world. I'veEric Andersen2002-10-315-6/+6
* Fix a thinko -- I used the wrong symbol to check for LFS support.Eric Andersen2002-09-141-1/+1
* Fixed compile bugs having to do with 64-bit filesystem operations that"Steven J. Hill"2002-09-091-0/+4
* Support fstatvfs64 and statvfs64Eric Andersen2002-09-033-1/+120
* Oops. Turns out I broke statvfs() and fstatvfs() back in February,Eric Andersen2002-09-032-26/+0
* Avoid defining __USE_FILE_OFFSET64, since we do _NOT_ wantEric Andersen2002-04-091-3/+5
* undefine __USE_FILE_OFFSET64, since we absolutely do _NOT_ want interfacesEric Andersen2002-04-091-7/+8
* Fix redefinition problemEric Andersen2002-02-264-12/+40
* Support statvfs and statfs. Added getmntent_r (and made it useEric Andersen2002-01-066-0/+368