summaryrefslogtreecommitdiff
path: root/libc/misc/dirent/opendir.c
AgeCommit message (Expand)Author
2015-01-22libc: Avoid redundant setting of ENOMEMBernhard Reutner-Fischer
2010-04-16libc: remove libc weak __pthreads_* wrappersTimo Teras
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-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-07-20first pass at implementing *at funcsMike Frysinger
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-09-09Revert latest changes. Instead of applying this work-aroundCarmelo Amoroso
2007-12-07Removed pointless initialization to 0 of DIR fieldsCarmelo Amoroso
2007-12-05Fix opendir problem when statically linked due to a missingCarmelo Amoroso
2006-02-14remove fstat jump relocPeter 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-14hidden_def/hidden_proto: convert all users (I hope) termios split, add some m...Peter S. Mazinger
2005-12-13Convert all users of earlier hiddensPeter S. Mazinger
2005-12-13Convert internal users of chmod/*stat*, minimize change for __strsepPeter S. Mazinger
2005-12-08Implement __x versionsPeter S. Mazinger
2005-12-06macro out the thread funcs in libc if threading is disabledMike Frysinger
2005-12-01Hide mostly used functionsPeter S. Mazinger
2003-12-27Fix a long-standing bug with pthreads. A couple of linuxthreads filesManuel Novoa III
2002-05-30Fixup totally broken locking code... No storage for the mutex,Eric Andersen
2002-05-11Implement readdir_r. Audit for proper thread safety and locking.Eric Andersen
2001-11-14Scrub up some lingering problems preventing readdir64 from workingEric Andersen
2001-10-17In theory, this adds readdir64 and friends. Dunno if theyEric Andersen
2001-04-06Fix include/errno.h to not use kernel header, and instead use bits/errno.h.Eric Andersen
2001-03-19Move the dirent stuff. I suppose it is system dependant, but thenEric Andersen