Age | Commit message (Expand) | Author |
2009-09-18 | convert // comments to /**/; remove empty #if/#endif pairs. no code changes | Denys Vlasenko |
2009-09-18 | trim Experimentally off and uncommented hidden | Bernhard Reutner-Fischer |
2009-09-05 | do not save/restore errno around free() calls | Denys Vlasenko |
2009-09-05 | CLOEXEC: use open(CLOEXEC) if exist; do not check fcntl(FD_CLOEXEC) failure | Denys Vlasenko |
2009-08-17 | support building out-of-tree | Bernhard Reutner-Fischer |
2009-07-20 | first pass at implementing *at funcs | Mike Frysinger |
2009-07-20 | dirent: push dirent type to prototypes | Mike Frysinger |
2009-02-08 | Add strverscmp() and versionsort[64](). | Denis Vlasenko |
2008-11-20 | Last portion of libc_hidden_proto removal. | Denis Vlasenko |
2008-11-20 | next portion of libc_hidden_proto removal | Denis Vlasenko |
2008-11-18 | libc_hidden_proto removal, just a few functions | Denis Vlasenko |
2008-11-07 | - less verbose make clean | Bernhard Reutner-Fischer |
2008-10-18 | - sync fix for scandir errno handling to scandir64 (r23600) | Bernhard Reutner-Fischer |
2008-10-06 | Fix scandir function to reset the errno when the | Carmelo Amoroso |
2008-09-09 | Revert latest changes. Instead of applying this work-around | Carmelo Amoroso |
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 |