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
/
closedir.c
Age
Commit message (
Expand
)
Author
2009-09-18
trim Experimentally off and uncommented hidden
Bernhard Reutner-Fischer
2008-11-20
Last portion of libc_hidden_proto removal.
Denis Vlasenko
2008-11-18
libc_hidden_proto removal, just a few functions
Denis Vlasenko
2006-12-07
Major cleanup of internal mutex locking. Be more consistant in how we do
Eric Andersen
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-08
Implement __x versions
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
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-11-14
Scrub up some lingering problems preventing readdir64 from working
Eric Andersen
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