summaryrefslogtreecommitdiffstats
path: root/libc/misc/dirent
Commit message (Expand)AuthorAgeFilesLines
* libc: remove libc weak __pthreads_* wrappersTimo Teras2010-04-161-1/+1
* Merge commit 'origin/master' into nptlAustin Foxley2010-04-021-2/+2
|\
| * prettify make cleanBernhard Reutner-Fischer2010-03-251-2/+2
* | use *_not_cancel variants to avoid accidental cancellations with nptlAustin Foxley2009-10-172-5/+8
|/
* clean up O_CLOEXEC handlingMike Frysinger2009-10-071-5/+3
* convert // comments to /**/; remove empty #if/#endif pairs. no code changesDenys Vlasenko2009-09-181-4/+4
* trim Experimentally off and uncommented hiddenBernhard Reutner-Fischer2009-09-188-11/+0
* do not save/restore errno around free() callsDenys Vlasenko2009-09-051-4/+5
* CLOEXEC: use open(CLOEXEC) if exist; do not check fcntl(FD_CLOEXEC) failureDenys Vlasenko2009-09-051-9/+12
* support building out-of-treeBernhard Reutner-Fischer2009-08-171-0/+2
* first pass at implementing *at funcsMike Frysinger2009-07-201-19/+49
* dirent: push dirent type to prototypesMike Frysinger2009-07-206-32/+12
* Add strverscmp() and versionsort[64]().Denis Vlasenko2009-02-083-2/+34
* Last portion of libc_hidden_proto removal.Denis Vlasenko2008-11-209-15/+15
* next portion of libc_hidden_proto removalDenis Vlasenko2008-11-203-6/+6
* 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