Age | Commit message (Expand) | Author |
2008-05-19 | Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block | Denis Vlasenko |
2006-02-26 | Use _lfs_64, reorganize a bit, why did stat*fs64 use stat*fs? | Peter S. Mazinger |
2006-02-15 | DOMULTI may be used for libc, the excluded files need work, linuxthreads[_db]... | Peter S. Mazinger |
2006-02-13 | libc-{a,so,multi}-y replaced by libc-y covering common objects both in libc.a... | Peter S. Mazinger |
2006-01-23 | s/_GNU_SOURCE/__USE_GNU/ | Peter S. Mazinger |
2006-01-23 | Get rid of nested warnings | Peter S. Mazinger |
2006-01-22 | Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA ... | Peter S. Mazinger |
2006-01-14 | get rid of *stat*64 jump relocs | Peter S. Mazinger |
2006-01-14 | make DODEBUG=y happy, update sysdeps/common/* copyright | Peter S. Mazinger |
2006-01-14 | hidden_def/hidden_proto: convert all users (I hope) termios split, add some m... | Peter S. Mazinger |
2005-12-16 | Correct some problems | Peter S. Mazinger |
2005-12-13 | Convert internal users of chmod/*stat*, minimize change for __strsep | Peter S. Mazinger |
2005-12-07 | Hide more | Peter S. Mazinger |
2005-12-01 | Hide mostly used functions | Peter S. Mazinger |
2005-11-27 | Hide some of mem* and str* | Peter S. Mazinger |
2005-11-21 | Remove TOPDIR | Peter S. Mazinger |
2005-11-01 | Remove last unused references to libc-a-pic-, we use only the lists in libc-a... | Peter S. Mazinger |
2005-10-29 | Replace all Makefiles for new build infrastucture | Peter S. Mazinger |
2005-10-25 | All Makefile.in's. Only arm/i386/mips/powerpc/x86_64 are done, the other arch... | Peter S. Mazinger |
2005-10-12 | Rewrote almost all Makefiles: do not use strip $(x),y; run strip on all objec... | Peter S. Mazinger |
2005-01-25 | merge parallel build support | Mike Frysinger |
2003-10-18 | Peter Kjellerstedt writes: | Eric Andersen |
2002-10-31 | Ok, this commit is _huge_ and its gonna change the world. I've | Eric Andersen |
2002-09-14 | Fix a thinko -- I used the wrong symbol to check for LFS support. | Eric Andersen |
2002-09-09 | Fixed compile bugs having to do with 64-bit filesystem operations that | "Steven J. Hill" |
2002-09-03 | Support fstatvfs64 and statvfs64 | Eric Andersen |
2002-09-03 | Oops. Turns out I broke statvfs() and fstatvfs() back in February, | Eric Andersen |
2002-04-09 | Avoid defining __USE_FILE_OFFSET64, since we do _NOT_ want | Eric Andersen |
2002-04-09 | undefine __USE_FILE_OFFSET64, since we absolutely do _NOT_ want interfaces | Eric Andersen |
2002-02-26 | Fix redefinition problem | Eric Andersen |
2002-01-06 | Support statvfs and statfs. Added getmntent_r (and made it use | Eric Andersen |