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_r.c
Age
Commit message (
Expand
)
Author
2008-11-20
Last portion of libc_hidden_proto removal.
Denis Vlasenko
2008-05-19
Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block
Denis Vlasenko
2006-12-07
Major cleanup of internal mutex locking. Be more consistant in how we do
Eric Andersen
2006-08-30
fix bug 1012 as noted by moschny
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-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-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