| Commit message (Expand) | Author | Age | Files | Lines |
* | libc_hidden_proto removal, just a few functions | Denis Vlasenko | 2008-11-18 | 2 | -2/+2 |
* | - less verbose make clean | Bernhard Reutner-Fischer | 2008-11-07 | 1 | -4/+4 |
* | - sync fix for scandir errno handling to scandir64 (r23600) | Bernhard Reutner-Fischer | 2008-10-18 | 2 | -17/+28 |
* | Fix scandir function to reset the errno when the | Carmelo Amoroso | 2008-10-06 | 1 | -2/+16 |
* | Revert latest changes. Instead of applying this work-around | Carmelo Amoroso | 2008-09-09 | 1 | -2/+1 |
* | - remove a couple of duplicate includes | Bernhard Reutner-Fischer | 2008-08-27 | 2 | -2/+0 |
* | - trim any trailing whitespace | Bernhard Reutner-Fischer | 2008-07-23 | 3 | -4/+4 |
* | - adds several config-options to allow for turning off certain features | Bernhard Reutner-Fischer | 2008-06-03 | 1 | -2/+2 |
* | Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block | Denis Vlasenko | 2008-05-19 | 6 | -6/+6 |
* | Removed pointless initialization to 0 of DIR fields | Carmelo Amoroso | 2007-12-07 | 1 | -1/+0 |
* | Fix opendir problem when statically linked due to a missing | Carmelo Amoroso | 2007-12-05 | 1 | -0/+1 |
* | also fix bug 1012 by moschny in 64bit version of readdir | Mike Frysinger | 2007-09-15 | 1 | -1/+1 |
* | Major cleanup of internal mutex locking. Be more consistant in how we do | Eric Andersen | 2006-12-07 | 8 | -23/+17 |
* | fix bug 1012 as noted by moschny | Eric Andersen | 2006-08-30 | 1 | -1/+1 |
* | fixup my copyright notice, trim stale remnants of older notices which | Eric Andersen | 2006-07-05 | 1 | -1/+0 |
* | Remove unneeded hidden_proto(readdir*) | Peter S. Mazinger | 2006-02-26 | 1 | -2/+0 |
* | Use _lfs_64.h in all *64.c | Peter S. Mazinger | 2006-02-26 | 3 | -41/+4 |
* | Define internal readdir*_r() and use _lfs_64.h | Peter S. Mazinger | 2006-02-26 | 2 | -13/+5 |
* | remove fstat jump reloc | Peter S. Mazinger | 2006-02-14 | 1 | -0/+1 |
* | libc-{a,so,multi}-y replaced by libc-y covering common objects both in libc.a... | Peter S. Mazinger | 2006-02-13 | 1 | -12/+9 |
* | rfelker reports in Bug 683 that we leak file descriptors if the fcntl() fails... | Mike Frysinger | 2006-02-04 | 1 | -8/+13 |
* | add note about racecondition | Mike Frysinger | 2006-02-04 | 1 | -0/+5 |
* | use O_DIRECTORY when possible, saves us from having to use stat() thus cuttin... | Mike Frysinger | 2006-02-04 | 1 | -1/+6 |
* | add some copyright/license info | Mike Frysinger | 2006-02-04 | 11 | -0/+67 |
* | make DODEBUG=y happy, update sysdeps/common/* copyright | Peter S. Mazinger | 2006-01-14 | 1 | -1/+2 |
* | hidden_def/hidden_proto: convert all users (I hope) termios split, add some m... | Peter S. Mazinger | 2006-01-14 | 14 | -57/+73 |
* | Build x64 versions only if LFS is enabled | Peter S. Mazinger | 2005-12-16 | 7 | -17/+13 |
* | Convert all users of earlier hiddens | Peter S. Mazinger | 2005-12-13 | 5 | -5/+5 |
* | Hidden readdir* | Peter S. Mazinger | 2005-12-13 | 2 | -4/+6 |
* | Convert internal users of chmod/*stat*, minimize change for __strsep | Peter S. Mazinger | 2005-12-13 | 1 | -1/+1 |
* | Use internal versions | Peter S. Mazinger | 2005-12-08 | 3 | -1/+6 |
* | Implement __x versions | Peter S. Mazinger | 2005-12-08 | 2 | -3/+4 |
* | macro out the thread funcs in libc if threading is disabled | Mike Frysinger | 2005-12-06 | 8 | -33/+2 |
* | More hiding, 300 left | Peter S. Mazinger | 2005-12-04 | 2 | -0/+4 |
* | Hide mostly used functions | Peter S. Mazinger | 2005-12-01 | 8 | -10/+10 |
* | Remove TOPDIR | Peter S. Mazinger | 2005-11-21 | 1 | -3/+1 |
* | Hide more of stdio,getdents, use internal __raise | Peter S. Mazinger | 2005-11-15 | 1 | -2/+2 |
* | Correct _getdents[64] and __syscall_ipc | Peter S. Mazinger | 2005-11-03 | 1 | -2/+2 |
* | Remove last unused references to libc-a-pic-, we use only the lists in libc-a... | Peter S. Mazinger | 2005-11-01 | 1 | -1/+0 |
* | Replace all Makefiles for new build infrastucture | Peter S. Mazinger | 2005-10-29 | 1 | -38/+8 |
* | All Makefile.in's. Only arm/i386/mips/powerpc/x86_64 are done, the other arch... | Peter S. Mazinger | 2005-10-25 | 1 | -0/+28 |
* | Rewrote almost all Makefiles: do not use strip $(x),y; run strip on all objec... | Peter S. Mazinger | 2005-10-12 | 1 | -8/+8 |
* | merge parallel build support | Mike Frysinger | 2005-01-25 | 1 | -5/+4 |
* | Fix a long-standing bug with pthreads. A couple of linuxthreads files | Manuel Novoa III | 2003-12-27 | 8 | -15/+15 |
* | Peter Kjellerstedt writes: | Eric Andersen | 2003-10-18 | 1 | -1/+1 |
* | Fixup some small issues that show up when large file support is disabled | Eric Andersen | 2003-02-24 | 1 | -0/+2 |
* | Fix scandir64 to not free the wrong pieces of memory (which could | Eric Andersen | 2003-01-28 | 6 | -79/+86 |
* | Ok, this commit is _huge_ and its gonna change the world. I've | Eric Andersen | 2002-10-31 | 4 | -8/+8 |
* | Implement missing readdir64_r.c | Eric Andersen | 2002-08-26 | 2 | -1/+81 |
* | Fixup totally broken locking code... No storage for the mutex, | Eric Andersen | 2002-05-30 | 8 | -29/+29 |