Age | Commit message (Expand) | Author |
2008-08-27 | - remove a couple of duplicate includes | Bernhard Reutner-Fischer |
2008-07-23 | - trim any trailing whitespace | Bernhard Reutner-Fischer |
2008-06-03 | - adds several config-options to allow for turning off certain features | Bernhard Reutner-Fischer |
2008-05-19 | Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block | Denis Vlasenko |
2007-12-07 | Removed pointless initialization to 0 of DIR fields | Carmelo Amoroso |
2007-12-05 | Fix opendir problem when statically linked due to a missing | Carmelo Amoroso |
2007-09-15 | also fix bug 1012 by moschny in 64bit version of readdir | Mike Frysinger |
2006-12-07 | Major cleanup of internal mutex locking. Be more consistant in how we do | Eric Andersen |
2006-08-30 | fix bug 1012 as noted by moschny | Eric Andersen |
2006-07-05 | fixup my copyright notice, trim stale remnants of older notices which | Eric Andersen |
2006-02-26 | Remove unneeded hidden_proto(readdir*) | Peter S. Mazinger |
2006-02-26 | Use _lfs_64.h in all *64.c | Peter S. Mazinger |
2006-02-26 | Define internal readdir*_r() and use _lfs_64.h | Peter S. Mazinger |
2006-02-14 | remove fstat jump reloc | 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-02-04 | rfelker reports in Bug 683 that we leak file descriptors if the fcntl() fails... | Mike Frysinger |
2006-02-04 | add note about racecondition | Mike Frysinger |
2006-02-04 | use O_DIRECTORY when possible, saves us from having to use stat() thus cuttin... | Mike Frysinger |
2006-02-04 | add some copyright/license info | Mike Frysinger |
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 | Build x64 versions only if LFS is enabled | Peter S. Mazinger |
2005-12-13 | Convert all users of earlier hiddens | Peter S. Mazinger |
2005-12-13 | Hidden readdir* | Peter S. Mazinger |
2005-12-13 | Convert internal users of chmod/*stat*, minimize change for __strsep | Peter S. Mazinger |
2005-12-08 | Use internal versions | Peter S. Mazinger |
2005-12-08 | Implement __x versions | Peter S. Mazinger |
2005-12-06 | macro out the thread funcs in libc if threading is disabled | Mike Frysinger |
2005-12-04 | More hiding, 300 left | Peter S. Mazinger |
2005-12-01 | Hide mostly used functions | Peter S. Mazinger |
2005-11-21 | Remove TOPDIR | Peter S. Mazinger |
2005-11-15 | Hide more of stdio,getdents, use internal __raise | Peter S. Mazinger |
2005-11-03 | Correct _getdents[64] and __syscall_ipc | 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-12-27 | Fix a long-standing bug with pthreads. A couple of linuxthreads files | Manuel Novoa III |
2003-10-18 | Peter Kjellerstedt writes: | Eric Andersen |
2003-02-24 | Fixup some small issues that show up when large file support is disabled | Eric Andersen |
2003-01-28 | Fix scandir64 to not free the wrong pieces of memory (which could | Eric Andersen |
2002-10-31 | Ok, this commit is _huge_ and its gonna change the world. I've | Eric Andersen |
2002-08-26 | Implement missing readdir64_r.c | Eric Andersen |
2002-05-30 | Fixup totally broken locking code... No storage for the mutex, | Eric Andersen |
2002-05-11 | Oops. Stupid typo. | Eric Andersen |
2002-05-11 | Implement readdir_r. Audit for proper thread safety and locking. | Eric Andersen |
2002-04-09 | Avoid defining __USE_FILE_OFFSET64, since we do _NOT_ want | Eric Andersen |
2002-03-12 | Fix a segfault in scandir for empty directories. After looking over | Eric Andersen |
2002-02-26 | Don't redefine stuff | Eric Andersen |