summaryrefslogtreecommitdiff
path: root/libc/misc/dirent/dirstream.h
AgeCommit message (Expand)Author
2012-11-18Replace FSF snail mail address with URLsMike Frysinger
2012-06-15move __getdents[64] prototypes to dirent.hPeter S. Mazinger
2012-06-15dirstream.h: remove unused constantsPeter S. Mazinger
2008-07-23- trim any trailing whitespaceBernhard Reutner-Fischer
2006-12-07Major cleanup of internal mutex locking. Be more consistant in how we doEric Andersen
2006-02-26Remove unneeded hidden_proto(readdir*)Peter S. Mazinger
2006-01-14hidden_def/hidden_proto: convert all users (I hope) termios split, add some m...Peter S. Mazinger
2005-12-16Build x64 versions only if LFS is enabledPeter S. Mazinger
2005-11-15Hide more of stdio,getdents, use internal __raisePeter S. Mazinger
2005-11-03Correct _getdents[64] and __syscall_ipcPeter S. Mazinger
2003-02-24Fixup some small issues that show up when large file support is disabledEric Andersen
2003-01-28Fix scandir64 to not free the wrong pieces of memory (which couldEric Andersen
2002-05-30Fixup totally broken locking code... No storage for the mutex,Eric Andersen
2002-05-11Implement readdir_r. Audit for proper thread safety and locking.Eric Andersen
2001-11-14Scrub up some lingering problems preventing readdir64 from workingEric Andersen
2001-10-17In theory, this adds readdir64 and friends. Dunno if theyEric Andersen
2001-03-19Move the dirent stuff. I suppose it is system dependant, but thenEric Andersen