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
/
opendir.c
Age
Commit message (
Expand
)
Author
2008-11-20
Last portion of libc_hidden_proto removal.
Denis Vlasenko
2008-11-20
next portion of libc_hidden_proto removal
Denis Vlasenko
2008-11-18
libc_hidden_proto removal, just a few functions
Denis Vlasenko
2008-09-09
Revert latest changes. Instead of applying this work-around
Carmelo Amoroso
2007-12-07
Removed pointless initialization to 0 of DIR fields
Carmelo Amoroso
2007-12-05
Fix opendir problem when statically linked due to a missing
Carmelo Amoroso
2006-02-14
remove fstat jump reloc
Peter S. Mazinger
2006-02-04
rfelker reports in Bug 683 that we leak file descriptors if the fcntl() fails...
Mike Frysinger
2006-02-04
add note about racecondition
Mike Frysinger
2006-02-04
use O_DIRECTORY when possible, saves us from having to use stat() thus cuttin...
Mike Frysinger
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-13
Convert all users of earlier hiddens
Peter S. Mazinger
2005-12-13
Convert internal users of chmod/*stat*, minimize change for __strsep
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-10-17
In theory, this adds readdir64 and friends. Dunno if they
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