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
/
readdir64.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-10-31
Ok, this commit is _huge_ and its gonna change the world. I've
Eric Andersen
2002-05-30
Fixup totally broken locking code... No storage for the mutex,
Eric Andersen
2002-05-11
Oops. Stupid typo.
Eric Andersen
2002-05-11
Implement readdir_r. Audit for proper thread safety and locking.
Eric Andersen
2002-04-09
Avoid defining __USE_FILE_OFFSET64, since we do _NOT_ want
Eric Andersen
2002-02-26
Don't redefine stuff
Eric Andersen
2001-11-14
Scrub up some lingering problems preventing readdir64 from working
Eric Andersen
2001-10-17
In theory, this adds readdir64 and friends. Dunno if they
Eric Andersen