summaryrefslogtreecommitdiffstats
path: root/libc/misc/statfs
Commit message (Expand)AuthorAgeFilesLines
* prettify make cleanBernhard Reutner-Fischer2010-03-251-2/+2
* convert // comments to /**/; remove empty #if/#endif pairs. no code changesDenys Vlasenko2009-09-182-7/+0
* trim Experimentally off and uncommented hiddenBernhard Reutner-Fischer2009-09-186-41/+0
* support building out-of-treeBernhard Reutner-Fischer2009-08-171-0/+2
* - hide __libc_{f,}statfs. Thanks to Peter S. Mazinger for mentioning this fact.Bernhard Reutner-Fischer2008-11-254-4/+0
* Last portion of libc_hidden_proto removal.Denis Vlasenko2008-11-206-22/+22
* next portion of libc_hidden_proto removalDenis Vlasenko2008-11-203-5/+5
* - cleanup {,f}stat{,v}fs{,64} relocsBernhard Reutner-Fischer2008-11-164-8/+14
* - less verbose make cleanBernhard Reutner-Fischer2008-11-071-4/+4
* - add missing hidden_defBernhard Reutner-Fischer2008-09-251-0/+2
* - fix typoBernhard Reutner-Fischer2008-09-111-1/+1
* - improve UCLIBC_LINUX_SPECIFICBernhard Reutner-Fischer2008-07-144-5/+52
* - adds several config-options to allow for turning off certain featuresBernhard Reutner-Fischer2008-06-032-4/+19
* Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL blockDenis Vlasenko2008-05-196-14/+14
* Use _lfs_64, reorganize a bit, why did stat*fs64 use stat*fs?Peter S. Mazinger2006-02-264-59/+8
* DOMULTI may be used for libc, the excluded files need work, linuxthreads[_db]...Peter S. Mazinger2006-02-151-1/+3
* libc-{a,so,multi}-y replaced by libc-y covering common objects both in libc.a...Peter S. Mazinger2006-02-131-12/+9
* s/_GNU_SOURCE/__USE_GNU/Peter S. Mazinger2006-01-231-1/+1
* Get rid of nested warningsPeter S. Mazinger2006-01-235-7/+30
* Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA ...Peter S. Mazinger2006-01-224-6/+0
* get rid of *stat*64 jump relocsPeter S. Mazinger2006-01-142-11/+16
* make DODEBUG=y happy, update sysdeps/common/* copyrightPeter S. Mazinger2006-01-142-2/+4
* hidden_def/hidden_proto: convert all users (I hope) termios split, add some m...Peter S. Mazinger2006-01-147-58/+57
* Correct some problemsPeter S. Mazinger2005-12-162-1/+6
* Convert internal users of chmod/*stat*, minimize change for __strsepPeter S. Mazinger2005-12-137-24/+23
* Hide morePeter S. Mazinger2005-12-071-4/+11
* Hide mostly used functionsPeter S. Mazinger2005-12-013-11/+11
* Hide some of mem* and str*Peter S. Mazinger2005-11-274-0/+8
* Remove TOPDIRPeter S. Mazinger2005-11-211-3/+1
* Remove last unused references to libc-a-pic-, we use only the lists in libc-a...Peter S. Mazinger2005-11-011-1/+0
* Replace all Makefiles for new build infrastucturePeter S. Mazinger2005-10-291-36/+8
* All Makefile.in's. Only arm/i386/mips/powerpc/x86_64 are done, the other arch...Peter S. Mazinger2005-10-251-0/+28
* Rewrote almost all Makefiles: do not use strip $(x),y; run strip on all objec...Peter S. Mazinger2005-10-121-10/+8
* 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