summaryrefslogtreecommitdiff
path: root/libc/misc/dirent
AgeCommit message (Expand)Author
2005-12-13Convert all users of earlier hiddensPeter S. Mazinger
2005-12-13Hidden readdir*Peter S. Mazinger
2005-12-13Convert internal users of chmod/*stat*, minimize change for __strsepPeter S. Mazinger
2005-12-08Use internal versionsPeter S. Mazinger
2005-12-08Implement __x versionsPeter S. Mazinger
2005-12-06macro out the thread funcs in libc if threading is disabledMike Frysinger
2005-12-04More hiding, 300 leftPeter S. Mazinger
2005-12-01Hide mostly used functionsPeter S. Mazinger
2005-11-21Remove TOPDIRPeter S. Mazinger
2005-11-15Hide more of stdio,getdents, use internal __raisePeter S. Mazinger
2005-11-03Correct _getdents[64] and __syscall_ipcPeter S. Mazinger
2005-11-01Remove last unused references to libc-a-pic-, we use only the lists in libc-a...Peter S. Mazinger
2005-10-29Replace all Makefiles for new build infrastucturePeter S. Mazinger
2005-10-25All Makefile.in's. Only arm/i386/mips/powerpc/x86_64 are done, the other arch...Peter S. Mazinger
2005-10-12Rewrote almost all Makefiles: do not use strip $(x),y; run strip on all objec...Peter S. Mazinger
2005-01-25merge parallel build supportMike Frysinger
2003-12-27Fix a long-standing bug with pthreads. A couple of linuxthreads filesManuel Novoa III
2003-10-18Peter Kjellerstedt writes:Eric Andersen
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-10-31Ok, this commit is _huge_ and its gonna change the world. I'veEric Andersen
2002-08-26Implement missing readdir64_r.cEric Andersen
2002-05-30Fixup totally broken locking code... No storage for the mutex,Eric Andersen
2002-05-11Oops. Stupid typo.Eric Andersen
2002-05-11Implement readdir_r. Audit for proper thread safety and locking.Eric Andersen
2002-04-09Avoid defining __USE_FILE_OFFSET64, since we do _NOT_ wantEric Andersen
2002-03-12Fix a segfault in scandir for empty directories. After looking overEric Andersen
2002-02-26Don't redefine stuffEric Andersen
2002-01-08Scrub malloc handlingEric Andersen
2001-12-19Update my email address. I am no longer andersen@lineo.comEric 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-06-26ANSI/ISO specifies that no library function sets errno to 0.Manuel Novoa III
2001-06-26Looks like we lost clearing errnoEric Andersen
2001-06-25Remove simulated d_type support for getdents and the dirent struct, and useManuel Novoa III
2001-05-12Ok, this should finish off my massive ro-organization. The sourceEric Andersen
2001-05-08Turns out alphasort was totally broken. This fixed one works.Eric Andersen
2001-05-08A patch from Jon Nelson <jnelson@securepipe.com> to make scandirEric Andersen
2001-04-06Fix include/errno.h to not use kernel header, and instead use bits/errno.h.Eric Andersen
2001-03-19Add in alphasort (working fine) and scandir (just a stub for now).Eric Andersen
2001-03-19Move the dirent stuff. I suppose it is system dependant, but thenEric Andersen