summaryrefslogtreecommitdiffstats
path: root/libc/misc/dirent/readdir_r.c
Commit message (Expand)AuthorAgeFilesLines
* Fix scandir64 to not free the wrong pieces of memory (which couldEric Andersen2003-01-281-3/+1
* Fixup totally broken locking code... No storage for the mutex,Eric Andersen2002-05-301-4/+4
* Implement readdir_r. Audit for proper thread safety and locking.Eric Andersen2002-05-111-0/+63