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_r.c
Age
Commit message (
Expand
)
Author
2008-05-19
Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block
Denis Vlasenko
2007-09-15
also fix bug 1012 by moschny in 64bit version of readdir
Mike Frysinger
2006-12-07
Major cleanup of internal mutex locking. Be more consistant in how we do
Eric Andersen
2006-02-26
Define internal readdir*_r() and use _lfs_64.h
Peter S. Mazinger
2006-02-04
add some copyright/license info
Mike Frysinger
2006-01-14
hidden_def/hidden_proto: convert all users (I hope) termios split, add some m...
Peter S. Mazinger
2005-12-16
Build x64 versions only if LFS is enabled
Peter S. Mazinger
2005-12-06
macro out the thread funcs in libc if threading is disabled
Mike Frysinger
2005-12-01
Hide mostly used functions
Peter S. Mazinger
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-08-26
Implement missing readdir64_r.c
Eric Andersen