summaryrefslogtreecommitdiffstats
path: root/libc/misc/dirent/readdir.c
Commit message (Expand)AuthorAgeFilesLines
* trim Experimentally off and uncommented hiddenBernhard Reutner-Fischer2009-09-181-1/+0
* Last portion of libc_hidden_proto removal.Denis Vlasenko2008-11-201-1/+1
* Major cleanup of internal mutex locking. Be more consistant in how we doEric Andersen2006-12-071-2/+2
* 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-2/+4
* Build x64 versions only if LFS is enabledPeter S. Mazinger2005-12-161-1/+2
* Hidden readdir*Peter S. Mazinger2005-12-131-2/+3
* macro out the thread funcs in libc if threading is disabledMike Frysinger2005-12-061-4/+0
* Fix a long-standing bug with pthreads. A couple of linuxthreads filesManuel Novoa III2003-12-271-2/+2
* Fix scandir64 to not free the wrong pieces of memory (which couldEric Andersen2003-01-281-3/+1
* Fixup totally broken locking code... No storage for the mutex,Eric Andersen2002-05-301-4/+4
* Implement readdir_r. Audit for proper thread safety and locking.Eric Andersen2002-05-111-30/+24
* ANSI/ISO specifies that no library function sets errno to 0.Manuel Novoa III2001-06-261-2/+0
* Looks like we lost clearing errnoEric Andersen2001-06-261-0/+2
* Remove simulated d_type support for getdents and the dirent struct, and useManuel Novoa III2001-06-251-11/+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/+69