summaryrefslogtreecommitdiffstats
path: root/libc/misc/dirent/dirstream.h
Commit message (Expand)AuthorAgeFilesLines
* - trim any trailing whitespaceBernhard Reutner-Fischer2008-07-231-1/+1
* Major cleanup of internal mutex locking. Be more consistant in how we doEric Andersen2006-12-071-8/+3
* Remove unneeded hidden_proto(readdir*)Peter S. Mazinger2006-02-261-2/+0
* hidden_def/hidden_proto: convert all users (I hope) termios split, add some m...Peter S. Mazinger2006-01-141-2/+2
* Build x64 versions only if LFS is enabledPeter S. Mazinger2005-12-161-0/+2
* Hide more of stdio,getdents, use internal __raisePeter S. Mazinger2005-11-151-2/+2
* Correct _getdents[64] and __syscall_ipcPeter S. Mazinger2005-11-031-2/+2
* Fixup some small issues that show up when large file support is disabledEric Andersen2003-02-241-0/+2
* Fix scandir64 to not free the wrong pieces of memory (which couldEric Andersen2003-01-281-0/+4
* Fixup totally broken locking code... No storage for the mutex,Eric Andersen2002-05-301-3/+3
* Implement readdir_r. Audit for proper thread safety and locking.Eric Andersen2002-05-111-17/+4
* Scrub up some lingering problems preventing readdir64 from workingEric Andersen2001-11-141-5/+16
* In theory, this adds readdir64 and friends. Dunno if theyEric Andersen2001-10-171-1/+1
* Move the dirent stuff. I suppose it is system dependant, but thenEric Andersen2001-03-191-0/+75