index
:
uclibc-ng.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libc
/
misc
/
dirent
/
readdir.c
Age
Commit message (
Expand
)
Author
2005-12-16
Build x64 versions only if LFS is enabled
Peter S. Mazinger
2005-12-13
Hidden readdir*
Peter S. Mazinger
2005-12-06
macro out the thread funcs in libc if threading is disabled
Mike Frysinger
2003-12-27
Fix a long-standing bug with pthreads. A couple of linuxthreads files
Manuel Novoa III
2003-01-28
Fix scandir64 to not free the wrong pieces of memory (which could
Eric Andersen
2002-05-30
Fixup totally broken locking code... No storage for the mutex,
Eric Andersen
2002-05-11
Implement readdir_r. Audit for proper thread safety and locking.
Eric Andersen
2001-06-26
ANSI/ISO specifies that no library function sets errno to 0.
Manuel Novoa III
2001-06-26
Looks like we lost clearing errno
Eric Andersen
2001-06-25
Remove simulated d_type support for getdents and the dirent struct, and use
Manuel Novoa III
2001-04-06
Fix include/errno.h to not use kernel header, and instead use bits/errno.h.
Eric Andersen
2001-03-19
Move the dirent stuff. I suppose it is system dependant, but then
Eric Andersen