summaryrefslogtreecommitdiffstats
path: root/libc/misc/dirent/opendir.c
Commit message (Expand)AuthorAgeFilesLines
* Fixup totally broken locking code... No storage for the mutex,Eric Andersen2002-05-301-2/+2
* Implement readdir_r. Audit for proper thread safety and locking.Eric Andersen2002-05-111-1/+3
* Scrub up some lingering problems preventing readdir64 from workingEric Andersen2001-11-141-4/+5
* In theory, this adds readdir64 and friends. Dunno if theyEric Andersen2001-10-171-1/+1
* Fix include/errno.h to not use kernel header, and instead use bits/errno.h.Eric Andersen2001-04-061-3/+3
* Move the dirent stuff. I suppose it is system dependant, but thenEric Andersen2001-03-191-0/+55