summaryrefslogtreecommitdiffstats
path: root/libc/misc/statfs
Commit message (Expand)AuthorAgeFilesLines
* convert // comments to /**/; remove empty #if/#endif pairs. no code changesDenys Vlasenko2009-09-182-7/+0
* trim Experimentally off and uncommented hiddenAustin Foxley2009-09-186-41/+0
* support building out-of-treeBernhard Reutner-Fischer2009-08-191-0/+2
* Synch with trunk @ 24165Carmelo Amoroso2008-11-276-31/+27
* Synch with trunk @ 24075.Carmelo Amoroso2008-11-176-9/+17
* Synch with trunk @ 24075.Carmelo Amoroso2008-11-171-4/+4
* Synch with trunk at rev 22997.Carmelo Amoroso2008-07-314-5/+52
* BIG BIG commit: all left files merged from trunk [rev 22714]. Currenntly NPTL...Carmelo Amoroso2008-07-096-18/+33
* Fix Makefile.in and synch them with trunk. Signed-off-by: Carmelo Amoroso <ca...Carmelo Amoroso2007-11-201-2/+0
* Merge from trunk and bring in NPTL code in the various 'misc' subsystems."Steven J. Hill"2006-08-241-0/+2
* Merge from trunk."Steven J. Hill"2006-02-288-139/+110
* Big fricking merge from trunk."Steven J. Hill"2006-01-077-25/+29
* Merge from trunk."Steven J. Hill"2005-12-081-4/+11
* Merge from trunk. More to come you betcha'."Steven J. Hill"2005-12-028-51/+27
* Massive merge from trunk."Steven J. Hill"2005-11-171-1/+0
* Copy from trunk."Steven J. Hill"2005-10-301-0/+28
* merge parallel build supportMike Frysinger2005-01-251-6/+4
* 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