summaryrefslogtreecommitdiffstats
path: root/libc/misc/dirent/opendir.c
Commit message (Expand)AuthorAgeFilesLines
* libc: remove libc weak __pthreads_* wrappersTimo Teras2010-04-161-1/+1
* use *_not_cancel variants to avoid accidental cancellations with nptlAustin Foxley2009-10-171-4/+6
* 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
* 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
* first pass at implementing *at funcsMike Frysinger2009-07-201-19/+49
* Last portion of libc_hidden_proto removal.Denis Vlasenko2008-11-201-1/+1
* next portion of libc_hidden_proto removalDenis Vlasenko2008-11-201-4/+4
* libc_hidden_proto removal, just a few functionsDenis Vlasenko2008-11-181-1/+1
* Revert latest changes. Instead of applying this work-aroundCarmelo Amoroso2008-09-091-2/+1
* 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
* remove fstat jump relocPeter S. Mazinger2006-02-141-0/+1
* 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-041-0/+6
* hidden_def/hidden_proto: convert all users (I hope) termios split, add some m...Peter S. Mazinger2006-01-141-7/+12
* Convert all users of earlier hiddensPeter S. Mazinger2005-12-131-1/+1
* Convert internal users of chmod/*stat*, minimize change for __strsepPeter S. Mazinger2005-12-131-1/+1
* Implement __x versionsPeter S. Mazinger2005-12-081-1/+2
* macro out the thread funcs in libc if threading is disabledMike Frysinger2005-12-061-2/+0
* Hide mostly used functionsPeter S. Mazinger2005-12-011-3/+3
* Fix a long-standing bug with pthreads. A couple of linuxthreads filesManuel Novoa III2003-12-271-1/+1
* Fixup totally broken locking code... No storage for the mutex,Eric Andersen2002-05-301-2/+2
* Implement readdir_r. Audit for proper thread safety and locking.Eric Andersen2002-05-111-1/+3
* Scrub up some lingering problems preventing readdir64 from workingEric Andersen2001-11-141-4/+5
* In theory, this adds readdir64 and friends. Dunno if theyEric Andersen2001-10-171-1/+1
* Fix include/errno.h to not use kernel header, and instead use bits/errno.h.Eric Andersen2001-04-061-3/+3
* Move the dirent stuff. I suppose it is system dependant, but thenEric Andersen2001-03-191-0/+55