OSDN Git Service

uClibc_main: add the needed support for nptl
[uclinux-h8/uClibc.git] / libc / misc / statfs /
2009-09-18 Denys Vlasenkoconvert // comments to /**/; remove empty #if/#endif...
2009-09-18 Bernhard Reutner... trim Experimentally off and uncommented hidden
2009-08-17 Bernhard Reutner... support building out-of-tree
2008-11-25 Bernhard Reutner... - hide __libc_{f,}statfs. Thanks to Peter S. Mazinger...
2008-11-20 Denis VlasenkoLast portion of libc_hidden_proto removal.
2008-11-20 Denis Vlasenkonext portion of libc_hidden_proto removal
2008-11-16 Bernhard Reutner... - cleanup {,f}stat{,v}fs{,64} relocs
2008-11-07 Bernhard Reutner... - less verbose make clean
2008-09-25 Bernhard Reutner... - add missing hidden_def
2008-09-11 Bernhard Reutner... - fix typo
2008-07-14 Bernhard Reutner... - improve UCLIBC_LINUX_SPECIFIC
2008-06-03 Bernhard Reutner... - adds several config-options to allow for turning...
2008-05-19 Denis VlasenkoMoving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL...
2006-02-26 Peter S. MazingerUse _lfs_64, reorganize a bit, why did stat*fs64 use...
2006-02-15 Peter S. MazingerDOMULTI may be used for libc, the excluded files need...
2006-02-13 Peter S. Mazingerlibc-{a,so,multi}-y replaced by libc-y covering common...
2006-01-23 Peter S. Mazingers/_GNU_SOURCE/__USE_GNU/
2006-01-23 Peter S. MazingerGet rid of nested warnings
2006-01-22 Peter S. MazingerEnable _GNU_SOURCE build wide, trying to get consistent...
2006-01-14 Peter S. Mazingerget rid of *stat*64 jump relocs
2006-01-14 Peter S. Mazingermake DODEBUG=y happy, update sysdeps/common/* copyright
2006-01-14 Peter S. Mazingerhidden_def/hidden_proto: convert all users (I hope...
2005-12-16 Peter S. MazingerCorrect some problems
2005-12-13 Peter S. MazingerConvert internal users of chmod/*stat*, minimize change...
2005-12-07 Peter S. MazingerHide more
2005-12-01 Peter S. MazingerHide mostly used functions
2005-11-27 Peter S. MazingerHide some of mem* and str*
2005-11-21 Peter S. MazingerRemove TOPDIR
2005-11-01 Peter S. MazingerRemove last unused references to libc-a-pic-, we use...
2005-10-29 Peter S. MazingerReplace all Makefiles for new build infrastucture
2005-10-25 Peter S. MazingerAll Makefile.in's. Only arm/i386/mips/powerpc/x86_64...
2005-10-12 Peter S. MazingerRewrote almost all Makefiles: do not use strip $(x...
2005-01-25 Mike Frysingermerge parallel build support
2003-10-18 Eric AndersenPeter Kjellerstedt writes:
2002-10-31 Eric AndersenOk, this commit is _huge_ and its gonna change the...
2002-09-14 Eric AndersenFix a thinko -- I used the wrong symbol to check for...
2002-09-09 "Steven J. Hill"Fixed compile bugs having to do with 64-bit filesystem...
2002-09-03 Eric AndersenSupport fstatvfs64 and statvfs64
2002-09-03 Eric AndersenOops. Turns out I broke statvfs() and fstatvfs() back...
2002-04-09 Eric AndersenAvoid defining __USE_FILE_OFFSET64, since we do _NOT_...
2002-04-09 Eric Andersenundefine __USE_FILE_OFFSET64, since we absolutely do...
2002-02-26 Eric AndersenFix redefinition problem
2002-01-06 Eric AndersenSupport statvfs and statfs. Added getmntent_r (and...