summaryrefslogtreecommitdiff
path: root/libc/misc/dirent
AgeCommit message (Expand)Author
2015-01-22libc: Avoid redundant setting of ENOMEMBernhard Reutner-Fischer
2013-02-05buildsys: switch libc to kbuild-styleBernhard Reutner-Fischer
2012-11-18Replace FSF snail mail address with URLsMike Frysinger
2012-06-15alphasort*.c: use strcoll instead of strcmp to support localesPeter S. Mazinger
2012-06-15scandir,readdir[_t]: use one common source for X() and X64()Peter S. Mazinger
2012-06-15versionsort*.c, alphasort*.c: do not need *64 compiled for __WORDSIZE = 64Peter S. Mazinger
2012-06-15move __getdents[64] prototypes to dirent.hPeter S. Mazinger
2012-06-15dirstream.h: remove unused constantsPeter S. Mazinger
2010-04-16libc: remove libc weak __pthreads_* wrappersTimo Teras
2010-04-02Merge commit 'origin/master' into nptlAustin Foxley
2010-03-25prettify make cleanBernhard Reutner-Fischer
2009-10-17use *_not_cancel variants to avoid accidental cancellations with nptlAustin Foxley
2009-10-07clean up O_CLOEXEC handlingMike Frysinger
2009-09-18convert // comments to /**/; remove empty #if/#endif pairs. no code changesDenys Vlasenko
2009-09-18trim Experimentally off and uncommented hiddenBernhard Reutner-Fischer
2009-09-05do not save/restore errno around free() callsDenys Vlasenko
2009-09-05CLOEXEC: use open(CLOEXEC) if exist; do not check fcntl(FD_CLOEXEC) failureDenys Vlasenko
2009-08-17support building out-of-treeBernhard Reutner-Fischer
2009-07-20first pass at implementing *at funcsMike Frysinger
2009-07-20dirent: push dirent type to prototypesMike Frysinger
2009-02-08Add strverscmp() and versionsort[64]().Denis Vlasenko
2008-11-20Last portion of libc_hidden_proto removal.Denis Vlasenko
2008-11-20next portion of libc_hidden_proto removalDenis Vlasenko
2008-11-18libc_hidden_proto removal, just a few functionsDenis Vlasenko
2008-11-07- less verbose make cleanBernhard Reutner-Fischer
2008-10-18- sync fix for scandir errno handling to scandir64 (r23600)Bernhard Reutner-Fischer
2008-10-06Fix scandir function to reset the errno when the Carmelo Amoroso
2008-09-09Revert latest changes. Instead of applying this work-aroundCarmelo Amoroso
2008-08-27- remove a couple of duplicate includesBernhard Reutner-Fischer
2008-07-23- trim any trailing whitespaceBernhard Reutner-Fischer
2008-06-03- adds several config-options to allow for turning off certain featuresBernhard Reutner-Fischer
2008-05-19Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL blockDenis Vlasenko
2007-12-07Removed pointless initialization to 0 of DIR fieldsCarmelo Amoroso
2007-12-05Fix opendir problem when statically linked due to a missingCarmelo Amoroso
2007-09-15also fix bug 1012 by moschny in 64bit version of readdirMike Frysinger
2006-12-07Major cleanup of internal mutex locking. Be more consistant in how we doEric Andersen
2006-08-30fix bug 1012 as noted by moschnyEric Andersen
2006-07-05fixup my copyright notice, trim stale remnants of older notices whichEric Andersen
2006-02-26Remove unneeded hidden_proto(readdir*)Peter S. Mazinger
2006-02-26Use _lfs_64.h in all *64.cPeter S. Mazinger
2006-02-26Define internal readdir*_r() and use _lfs_64.hPeter S. Mazinger
2006-02-14remove fstat jump relocPeter S. Mazinger
2006-02-13libc-{a,so,multi}-y replaced by libc-y covering common objects both in libc.a...Peter S. Mazinger
2006-02-04rfelker reports in Bug 683 that we leak file descriptors if the fcntl() fails...Mike Frysinger
2006-02-04add note about raceconditionMike Frysinger
2006-02-04use O_DIRECTORY when possible, saves us from having to use stat() thus cuttin...Mike Frysinger
2006-02-04add some copyright/license infoMike Frysinger
2006-01-14make DODEBUG=y happy, update sysdeps/common/* copyrightPeter S. Mazinger
2006-01-14hidden_def/hidden_proto: convert all users (I hope) termios split, add some m...Peter S. Mazinger
2005-12-16Build x64 versions only if LFS is enabledPeter S. Mazinger