summaryrefslogtreecommitdiffstats
path: root/libc/misc/dirent/dirstream.h
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | | | and did cause segfaults) by adjusting the working scandir.c to the the 64 thing. Fix up potential for mismatches between the libc and kernel dirent structures, which could also cause ugly problems. -Erik
* Fixup totally broken locking code... No storage for the mutex,Eric Andersen2002-05-301-3/+3
| | | | | wrong ifdef macro.. -Erik
* Implement readdir_r. Audit for proper thread safety and locking.Eric Andersen2002-05-111-17/+4
| | | | -Erik
* Scrub up some lingering problems preventing readdir64 from workingEric Andersen2001-11-141-5/+16
| | | | | | and creating several *64 problems, particualrly when client apps used -D_FILE_OFFSET_BITS=64 -D__USE_FILE_OFFSET64. All better now. -Erik
* In theory, this adds readdir64 and friends. Dunno if theyEric Andersen2001-10-171-1/+1
| | | | | work yet or not.... -Erik
* Move the dirent stuff. I suppose it is system dependant, but thenEric Andersen2001-03-191-0/+75
it really should be grouped together too. And it needed to be grouped more then it needed to be in sysdeps/linux/common