summaryrefslogtreecommitdiffstats
path: root/libc/misc/dirent
Commit message (Expand)AuthorAgeFilesLines
* libc_hidden_proto removal, just a few functionsDenis Vlasenko2008-11-182-2/+2
* - less verbose make cleanBernhard Reutner-Fischer2008-11-071-4/+4
* - sync fix for scandir errno handling to scandir64 (r23600)Bernhard Reutner-Fischer2008-10-182-17/+28
* Fix scandir function to reset the errno when the Carmelo Amoroso2008-10-061-2/+16
* Revert latest changes. Instead of applying this work-aroundCarmelo Amoroso2008-09-091-2/+1
* - remove a couple of duplicate includesBernhard Reutner-Fischer2008-08-272-2/+0
* - trim any trailing whitespaceBernhard Reutner-Fischer2008-07-233-4/+4
* - adds several config-options to allow for turning off certain featuresBernhard Reutner-Fischer2008-06-031-2/+2
* Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL blockDenis Vlasenko2008-05-196-6/+6
* Removed pointless initialization to 0 of DIR fieldsCarmelo Amoroso2007-12-071-1/+0
* Fix opendir problem when statically linked due to a missingCarmelo Amoroso2007-12-051-0/+1
* also fix bug 1012 by moschny in 64bit version of readdirMike Frysinger2007-09-151-1/+1
* Major cleanup of internal mutex locking. Be more consistant in how we doEric Andersen2006-12-078-23/+17
* fix bug 1012 as noted by moschnyEric Andersen2006-08-301-1/+1
* fixup my copyright notice, trim stale remnants of older notices whichEric Andersen2006-07-051-1/+0
* Remove unneeded hidden_proto(readdir*)Peter S. Mazinger2006-02-261-2/+0
* Use _lfs_64.h in all *64.cPeter S. Mazinger2006-02-263-41/+4
* Define internal readdir*_r() and use _lfs_64.hPeter S. Mazinger2006-02-262-13/+5
* remove fstat jump relocPeter S. Mazinger2006-02-141-0/+1
* libc-{a,so,multi}-y replaced by libc-y covering common objects both in libc.a...Peter S. Mazinger2006-02-131-12/+9
* rfelker reports in Bug 683 that we leak file descriptors if the fcntl() fails...Mike Frysinger2006-02-041-8/+13
* add note about raceconditionMike Frysinger2006-02-041-0/+5
* use O_DIRECTORY when possible, saves us from having to use stat() thus cuttin...Mike Frysinger2006-02-041-1/+6
* add some copyright/license infoMike Frysinger2006-02-0411-0/+67
* make DODEBUG=y happy, update sysdeps/common/* copyrightPeter S. Mazinger2006-01-141-1/+2
* hidden_def/hidden_proto: convert all users (I hope) termios split, add some m...Peter S. Mazinger2006-01-1414-57/+73
* Build x64 versions only if LFS is enabledPeter S. Mazinger2005-12-167-17/+13
* Convert all users of earlier hiddensPeter S. Mazinger2005-12-135-5/+5
* Hidden readdir*Peter S. Mazinger2005-12-132-4/+6
* Convert internal users of chmod/*stat*, minimize change for __strsepPeter S. Mazinger2005-12-131-1/+1
* Use internal versionsPeter S. Mazinger2005-12-083-1/+6
* Implement __x versionsPeter S. Mazinger2005-12-082-3/+4
* macro out the thread funcs in libc if threading is disabledMike Frysinger2005-12-068-33/+2
* More hiding, 300 leftPeter S. Mazinger2005-12-042-0/+4
* Hide mostly used functionsPeter S. Mazinger2005-12-018-10/+10
* Remove TOPDIRPeter S. Mazinger2005-11-211-3/+1
* Hide more of stdio,getdents, use internal __raisePeter S. Mazinger2005-11-151-2/+2
* Correct _getdents[64] and __syscall_ipcPeter S. Mazinger2005-11-031-2/+2
* Remove last unused references to libc-a-pic-, we use only the lists in libc-a...Peter S. Mazinger2005-11-011-1/+0
* Replace all Makefiles for new build infrastucturePeter S. Mazinger2005-10-291-38/+8
* All Makefile.in's. Only arm/i386/mips/powerpc/x86_64 are done, the other arch...Peter S. Mazinger2005-10-251-0/+28
* Rewrote almost all Makefiles: do not use strip $(x),y; run strip on all objec...Peter S. Mazinger2005-10-121-8/+8
* merge parallel build supportMike Frysinger2005-01-251-5/+4
* Fix a long-standing bug with pthreads. A couple of linuxthreads filesManuel Novoa III2003-12-278-15/+15
* Peter Kjellerstedt writes:Eric Andersen2003-10-181-1/+1
* Fixup some small issues that show up when large file support is disabledEric Andersen2003-02-241-0/+2
* Fix scandir64 to not free the wrong pieces of memory (which couldEric Andersen2003-01-286-79/+86
* Ok, this commit is _huge_ and its gonna change the world. I'veEric Andersen2002-10-314-8/+8
* Implement missing readdir64_r.cEric Andersen2002-08-262-1/+81
* Fixup totally broken locking code... No storage for the mutex,Eric Andersen2002-05-308-29/+29